All Questions
8 questions
3votes
2answers
337views
PHP blogging application with AJAX loading
I have been working on an online newspaper/blogging application with CodeIgniter 3.1.8 and Twitter Bootstrap 4. The latest feature added is lazy loading of posts. From the Static_model (...
3votes
1answer
118views
Ajax table action and process
I'm trying to learn Ajax better, and I'm developing an application in CodeIgniter. The following code is working, there are no errors. But for every function and call I think I'm repeating callbacks ...
3votes
2answers
465views
PHP+JS Code Combining
Just wondering if this is okay to do? I have to store some PHP variable values into LocalStorage. ...
2votes
1answer
116views
Light, custom CMS for a site
I'm working on a light, custom CMS for my site and I am trying to use Ajax calls for most of the server-side interaction. I am still pretty new to web development, so if I am breaking any conventions ...
3votes
1answer
203views
Best practice for generating jQuery dynamical content
I am new user of CodeIgniter and I am trying to build an application that there are lots of jQuery dynamical content. Below I provide a code that I am using in order to be precise. The code below is ...
3votes
1answer
502views
Correct MVC in CodeIgniter
In my CodeIgniter project I have a Login controller that load this view: ...
3votes
2answers
5kviews
Loading content in page via jQuery
I'm doing a website in CodeIgniter and I'm loading the content page via jQuery, but I don't know if this is a good practice or not. Could I improve it? jQuery: ...
3votes
3answers
1kviews
CodeIgniter AJAX messages submission security issue
I have a small social networking site built in CodeIgniter. Any registered user can send messages to others by visiting their profile. Today I noticed that one user sent bulk messages to 200 users. ...